'Usage Dim instance As CalcNormInvFunction Dim args() As Object Dim value As Object value = instance.Evaluate(args)
Parameters
- args
The args contains 3 items: probability, mean, standard_dev.
Probability is a probability corresponding to the normal distribution.
Mean is the arithmetic mean of the distribution.
Standard_dev is the standard deviation of the distribution.
Return Value
A System.Double value that indicates the evaluate result.